ComponentOne ASP.NET MVC Controls
TrendLineOrder Property

C1.Web.Mvc Namespace > TrendLine<T> Class : TrendLineOrder Property
Gets or sets the number of terms in a polynomial or fourier equation.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="order", 
   Name="order")>
Public Property TrendLineOrder As Integer
[DefaultValue()]
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="order", 
   Name="order")]
public int TrendLineOrder {get; set;}
Remarks
Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
See Also

Reference

TrendLine<T> Class
TrendLine<T> Members